From 897fa4daee26a01b125d0912db84817a59a5e6cd Mon Sep 17 00:00:00 2001 From: Matteo Croce Date: Mon, 6 Oct 2008 12:29:45 +0000 Subject: [PATCH] aiccu: fix config file path SVN-Revision: 12866 --- ipv6/aiccu/Makefile | 2 +- ipv6/aiccu/files/aiccu.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ipv6/aiccu/Makefile b/ipv6/aiccu/Makefile index 862fd3a83..b8d03e029 100644 --- a/ipv6/aiccu/Makefile +++ b/ipv6/aiccu/Makefile @@ -48,7 +48,7 @@ define Package/aiccu/install $(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/unix-console/$(PKG_NAME) $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/etc - $(INSTALL_CONF) ./files/aiccu.conf $(1)/etc/ + $(INSTALL_CONF) ./files/aiccu.conf $(1)/etc/config/aiccu $(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_BIN) ./files/aiccu.init $(1)/etc/init.d/aiccu $(INSTALL_DIR) $(1)/etc/hotplug.d/iface diff --git a/ipv6/aiccu/files/aiccu.conf b/ipv6/aiccu/files/aiccu.conf index bbde1221f..671fd16da 100755 --- a/ipv6/aiccu/files/aiccu.conf +++ b/ipv6/aiccu/files/aiccu.conf @@ -8,4 +8,4 @@ config aiccu option requiretls '' option defaultroute '1' option nat '1' - option heartbeat '1' \ No newline at end of file + option heartbeat '1' -- 2.30.2